public class RealValuedecreaseProxy extends ValueDecrease
| Modifier and Type | Method and Description |
|---|---|
double |
getDecrease() |
double |
getDeviance() |
double |
getReliabilty() |
int |
lastSent() |
void |
sent(int bidIndex) |
void |
updateWithNewValue(double newVal,
double newReliability) |
forceChangeDecrease, getMaxReliabiltypublic double getDecrease()
getDecrease in class ValueDecreasepublic double getReliabilty()
getReliabilty in class ValueDecreasepublic double getDeviance()
getDeviance in class ValueDecreasepublic int lastSent()
lastSent in class ValueDecreasepublic void sent(int bidIndex)
sent in class ValueDecreasepublic void updateWithNewValue(double newVal,
double newReliability)
updateWithNewValue in class ValueDecrease